home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / gnu / djgpp / contrib / dvx / inc / x11 / quarks.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-07-15  |  2.4 KB  |  72 lines

  1. /* $XConsortium: Quarks.h,v 1.12 89/11/10 17:39:09 swick Exp $ */
  2. /* $oHeader: Quarks.h,v 1.3 88/08/19 16:43:21 asente Exp $ */
  3.  
  4. /***********************************************************
  5. Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts,
  6. and the Massachusetts Institute of Technology, Cambridge, Massachusetts.
  7.  
  8.                         All Rights Reserved
  9.  
  10. Permission to use, copy, modify, and distribute this software and its 
  11. documentation for any purpose and without fee is hereby granted, 
  12. provided that the above copyright notice appear in all copies and that
  13. both that copyright notice and this permission notice appear in 
  14. supporting documentation, and that the names of Digital or MIT not be
  15. used in advertising or publicity pertaining to distribution of the
  16. software without specific, written prior permission.  
  17.  
  18. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  19. ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
  20. DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
  21. ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  22. WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
  23. ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  24. SOFTWARE.
  25.  
  26. ******************************************************************/
  27.  
  28. #ifndef _XtQuarks_h_
  29. #define _XtQuarks_h_
  30.  
  31.  
  32. /* Representation types */
  33.  
  34. extern    XrmQuark  XtQBool;
  35. extern    XrmQuark  XtQBoolean;
  36. extern    XrmQuark  XtQColor;
  37. extern    XrmQuark  XtQCursor;
  38. extern    XrmQuark  XtQDimension;
  39. extern    XrmQuark  XtQDisplay;
  40. extern    XrmQuark  XtQFile;
  41. extern    XrmQuark  XtQFont;
  42. extern    XrmQuark  XtQFontStruct;
  43. extern    XrmQuark  XtQInt;
  44. extern    XrmQuark  XtQPixel;
  45. extern    XrmQuark  XtQPixmap;
  46. extern    XrmQuark  XtQPointer;
  47. extern  XrmQuark  XtQPosition;
  48. extern  XrmQuark  XtQShort;
  49. extern    XrmQuark  XtQString;
  50. extern  XrmQuark  XtQUnsignedChar;
  51. extern    XrmQuark  XtQWindow;
  52.  
  53. /* Boolean enumeration constants */
  54.  
  55. extern    XrmQuark  XtQEoff;
  56. extern    XrmQuark  XtQEfalse;
  57. extern    XrmQuark  XtQEno;
  58. extern    XrmQuark  XtQEon;
  59. extern    XrmQuark  XtQEtrue;
  60. extern    XrmQuark  XtQEyes;
  61.  
  62. /* color enumeration constants */
  63.  
  64. extern XrmQuark XtQExtdefaultbackground;
  65. extern XrmQuark XtQExtdefaultforeground;
  66.  
  67. /* font constant */
  68.  
  69. extern XrmQuark XtQExtdefaultfont;
  70.  
  71. #endif /* _XrmQuarks_h_ */
  72.